Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Update all-frontend-non-major-dependencies#2948

Merged
kiwikern merged 2 commits into
mainfrom
renovate/all-frontend-non-major-dependencies
Jul 16, 2025
Merged

Update all-frontend-non-major-dependencies#2948
kiwikern merged 2 commits into
mainfrom
renovate/all-frontend-non-major-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 15, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@sentry/vite-plugin (source) ^3.5.0 -> ^3.6.0 age confidence devDependencies minor
@sentry/vue (source) ^9.38.0 -> ^9.39.0 age confidence dependencies minor
@types/node (source) ^22.16.3 -> ^22.16.4 age confidence devDependencies patch
node (source) 22.17.0 -> 22.17.1 age confidence patch
node (source) >=22.17.0 -> >=22.17.1 age confidence engines patch

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin)

v3.6.0

Compare Source

  • feat(core): Don't add debugIdUploadPlugin when sourcemaps option is disabled (#​753)
  • fix(core): Avoid showing success message if upload was disabled or nothing was uploaded (#​757)
getsentry/sentry-javascript (@​sentry/vue)

v9.39.0

Compare Source

Important Changes
  • feat(browser): Add afterStartPageloadSpan hook to improve spanId assignment on web vital spans (#​16893)

This PR adds a new afterStartPageloadSpan lifecycle hook to more robustly assign the correct pageload span ID to web vital spans, replacing the previous unreliable "wait for a tick" approach with a direct callback that fires when the pageload span becomes available.

  • feat(nextjs): Client-side parameterized routes (#​16934)

This PR implements client-side parameterized routes for Next.js by leveraging an injected manifest within the existing app-router instrumentation to automatically parameterize all client-side transactions (e.g. users/123 and users/456 now become become users/:id).

  • feat(node): Drop 401-404 and 3xx status code spans by default (#​16972)

This PR changes the default behavior in the Node SDK to drop HTTP spans with 401-404 and 3xx status codes by default to reduce noise in tracing data.

Other Changes
  • feat(core): Prepend vercel ai attributes with vercel.ai.X (#​16908)
  • feat(nextjs): Add disableSentryWebpackConfig flag (#​17013)
  • feat(nextjs): Build app manifest (#​16851)
  • feat(nextjs): Inject manifest into client for turbopack builds (#​16902)
  • feat(nextjs): Inject manifest into client for webpack builds (#​16857)
  • feat(node-native): Add option to disable event loop blocked detection (#​16919)
  • feat(react-router): Ensure http.server route handling is consistent (#​16986)
  • fix(core): Avoid prolonging idle span when starting standalone span (#​16928)
  • fix(core): Remove side-effect from tracing/errors.ts (#​16888)
  • fix(core): Wrap beforeSendLog in consoleSandbox (#​16968)
  • fix(node-core): Apply correct SDK metadata (#​17014)
  • fix(react-router): Ensure that all browser spans have source=route (#​16984)

Work in this release was contributed by @​janpapenbrock. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.32 KB
@​sentry/browser - with treeshaking flags 21.83 KB
@​sentry/browser (incl. Tracing) 38.82 KB
@​sentry/browser (incl. Tracing, Replay) 76.05 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.03 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.65 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.46 KB
@​sentry/browser (incl. Feedback) 39.63 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.67 KB
@​sentry/react 25.01 KB
@​sentry/react (incl. Tracing) 40.74 KB
@​sentry/vue 27.65 KB
@​sentry/vue (incl. Tracing) 40.56 KB
@​sentry/svelte 23.34 KB
CDN Bundle 24.59 KB
CDN Bundle (incl. Tracing) 38.51 KB
CDN Bundle (incl. Tracing, Replay) 73.67 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.01 KB
CDN Bundle - uncompressed 71.82 KB
CDN Bundle (incl. Tracing) - uncompressed 114.25 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.27 KB
@​sentry/nextjs (client) 42.72 KB
@​sentry/sveltekit (client) 39.25 KB
@​sentry/node 163.76 KB
@​sentry/node - without tracing 97.98 KB
@​sentry/aws-serverless 125.47 KB
nodejs/node (node)

v22.17.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 5:30am every weekday,after 7:30pm every weekday" in timezone Europe/Berlin.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/all-frontend-non-major-dependencies branch from cd06dd9 to 3664ad6 Compare July 15, 2025 17:13
@renovate renovate Bot changed the title Update dependency @types/node to ^22.16.4 Update all-frontend-non-major-dependencies Jul 15, 2025
@renovate renovate Bot force-pushed the renovate/all-frontend-non-major-dependencies branch 2 times, most recently from d1366bd to 66ba899 Compare July 16, 2025 03:03
@renovate renovate Bot force-pushed the renovate/all-frontend-non-major-dependencies branch from 66ba899 to bf3467e Compare July 16, 2025 08:29
RISDEV-0000
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 16, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@kiwikern
Copy link
Copy Markdown
Contributor

This is blocked by docker-library/official-images#19479

@kiwikern kiwikern self-assigned this Jul 16, 2025
@kiwikern kiwikern merged commit 257d9b7 into main Jul 16, 2025
49 of 50 checks passed
@kiwikern kiwikern deleted the renovate/all-frontend-non-major-dependencies branch July 16, 2025 19:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant